CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 角点 匹配

搜索资源列表

  1. new_point_matching01

    0下载:
  2. 基于角点的特征点匹配程序,测试精度在70%以上,满足3D重建的需要
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4129
    • 提供者:化鹏
  1. 200672513458

    1下载:
  2. 影像特征匹配,利用harris算子提取特征角点
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:306025
    • 提供者:朱荣付
  1. matching

    3下载:
  2. 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1182771
    • 提供者:陈忠翔
  1. harris-ncc-ransac

    1下载:
  2. 本代码主要是harris角点提取,ncc算法进行粗匹配,然后ransac算法剔除误匹配点-harris ncc ransac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-03-23
    • 文件大小:464033
    • 提供者:刘茂
  1. HarrisEIS

    0下载:
  2. 用C#写的一个基于Harris角点的匹配程序,意图用于电子稳像。-a Harris corner-based matching program in C#,intend to use in EIS.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:243795
    • 提供者:彭小江
  1. tuxiangpinjiefa

    0下载:
  2. 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:117698
    • 提供者:王钰
  1. skcornerfinder

    0下载:
  2. 对图像进行处理,检测出角点,为图像匹配奠定基础。-Image processing, to detect the corner, in order to lay the foundation for image matching.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:熊新海
  1. sift5

    0下载:
  2. :研究了一种多目标识别算法,该算法用SUSAN角点形成SIFT特征点,采用阶梯图像金字塔结构实现尺度不变,为所有匹配点建立统一的超定线性方程组并对该方程组系数矩阵进行简 化使其维数降低一半,得到增广矩阵.对增广矩阵进行列变换,依据坐标转换的特性可从中提取多目标的稳定正常点,实现了快速分离多目标的匹配点. -: Study of a multi-target recognition algorithm using SUSAN corner formed SIFT feature point
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:241527
    • 提供者:LIDAN
  1. Researchonimagematchingmethodinbinocularstereovisi

    0下载:
  2. 对目前匹配能力很强的基于 特征的图像匹配方法进行研究, 并在该方法中加入极线约束, 有效去除了大部分虚假匹配。提出以特征匹配与区域匹配相结合、边缘特征与角点特征相结合的立体匹配方法。实验证明该方法不仅能够有效地缩短匹配时间, 还能达到较高的匹配精度-The image matching technique based on Scale Invariant Feature Transform is studied and the fake matching points are eliminate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:108567
    • 提供者:swl
  1. HarrisCorner

    0下载:
  2. harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2295480
    • 提供者:丁一一
  1. 3

    0下载:
  2. 在实时跟踪系统中,要求在跟踪过程中跟踪窗口的大小实时地适应运动目标的外观变化,这对应着Meanshift 的尺度变化. 针对跟踪这种尺度变化的问题,在跟踪框内检测角点并进行匹配,将所有得到的匹配角点对建立仿射模型,并采用最小二乘法求解得到尺度变化系数,进而更新跟踪框尺度,使得Meanshift 算法可自适应地变化尺度并跟踪到大小不断变化的目标. 实验结果表明,提出的算法具有较好的准确性、鲁棒性和实时性.-In real-time tracking system, requiring the tr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:435724
    • 提供者:sunlikui
  1. susan_conner_point

    0下载:
  2. 用于图像匹配的SUSAN角点检测算法。内附说明。-For image matching SUSAN corner detection algorithm. Included instructions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5808
    • 提供者:宋万禄
  1. MatlabPHarris

    0下载:
  2. 一个基于matlab的harris角点图像配准程序,运行效果良好,虽然存在误匹配,但很值得借鉴。-A harris corner points based on matlab for image registration procedures, running well, although there are false matches, but it is worth learning from.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:589263
    • 提供者:丘鸿超
  1. Harris-corner-detection-program

    0下载:
  2. 在图像处理中,Harris角点检测程序用以实现特征点的提取,以实现特征点匹配。-In image processing, Harris corner detection procedures used to achieve the extraction of feature points, in order to achieve the matching feature points.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1910
    • 提供者:贾勇
  1. jiaodianjiance

    0下载:
  2. 角点检测是图像匹配的预处理步骤,该程序能有效的提取出图像的检点信息。-Corner detection is a preprocessing step that matches the image, the program can effectively extract the image indecent information.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:870
    • 提供者:房晓峰
  1. conerDetect

    0下载:
  2. harris角点检测的实现,对应左右视图,用于同名点的匹配。程序可用,附有实验图。-harris corner detection implementation, the corresponding left and right view for the same name as the points of the match. Is available, with experimental map.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23163476
    • 提供者:cl
  1. 200672513458

    0下载:
  2. 基于角点检测的高精度匹配算法,图像处理相关的研究可以用到的-Based corner detection accuracy matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:305756
    • 提供者:lili
  1. Application-of-Feature-Matching

    0下载:
  2. 基于外极线约束法则的外极斜率匹配思想, 针对图像中有限的角点特征, 提出了一种快速直线匹配 方法-Epipolar constraint based on rules of thinking outside the very slope of the match, for a limited corner of the image characteristics, we propose a fast straight line matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:151233
    • 提供者:刘春来
  1. cornner-match

    0下载:
  2. 图形匹配的时候需要进行角点的匹配,本程序就提供了相应的代码-Pattern matching when need to match the corner, this program will provide the corresponding code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:339875
    • 提供者:邢笑雪
  1. matching

    1下载:
  2. 使用harris进行角点检测,然后在使用NCC进行点匹配,用来判断三维视频的左右图的差别-Use the harris corner detection, and then use the NCC matching points used to determine the difference of the three-dimensional video about Figure
  3. 所属分类:OpenGL

    • 发布日期:2012-12-26
    • 文件大小:1182504
    • 提供者:张洋
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com